home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {
- cull("none")
- sortweight("translucent14")
-
- stream("color", 0)
-
- pass()
- {
- tmu()
- {
- colorop("add", "tfactor", "tfactor_a", "current")
- alphaop("arg1", "diffuse", "current", "current")
- }
- tmu()
- {
- texture()
- {
- image("OnFrontGlass_Blade.dds")
- //filtering("linear_no_mip")
- }
-
- colorop("mul", "texture", "current", "current")
- alphaop("mul", "texture", "current", "current")
- }
- Tfactor(%daycolor_r, %daycolor_g, %daycolor_b, 0.135)
- blendfunc("src_alpha", "inv_src_alpha")
- //blendfunc("one", "one")
- depthfunc("lequal", 0)
- }
- }
-
-
-